github.com/andybalholm/brotli.command.cmd_prefix_ (field)
21 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L144: var cmdcode uint = uint(commands[i].cmd_prefix_)
block_splitter.go#L116: insert_and_copy_codes[i] = cmds[i].cmd_prefix_
block_splitter.go#L133: if commandCopyLen(cmd) != 0 && cmd.cmd_prefix_ >= 128 {
brotli_bit_stream.go#L1321: var cmd_code uint = uint(cmd.cmd_prefix_)
brotli_bit_stream.go#L1346: if cmd.cmd_prefix_ >= 128 {
brotli_bit_stream.go#L1374: histogramAddCommand(cmd_histo, uint(cmd.cmd_prefix_))
brotli_bit_stream.go#L1381: if commandCopyLen(&cmd) != 0 && cmd.cmd_prefix_ >= 128 {
brotli_bit_stream.go#L1390: var cmd_code uint = uint(cmd.cmd_prefix_)
brotli_bit_stream.go#L1401: if commandCopyLen(&cmd) != 0 && cmd.cmd_prefix_ >= 128 {
command.go#L192: cmd_prefix_ uint16
command.go#L207: getLengthCode(insertlen, uint(int(copylen)+copylen_code_delta), (cmd.dist_prefix_&0x3FF == 0), &cmd.cmd_prefix_)
command.go#L217: getLengthCode(insertlen, 4, false, &cmd.cmd_prefix_)
command.go#L237: var r uint32 = uint32(self.cmd_prefix_) >> 6
command.go#L238: var c uint32 = uint32(self.cmd_prefix_) & 7
encode.go#L736: getLengthCode(uint(last_command.insert_len_), uint(int(last_command.copy_len_&0x1FFFFFF)+int(last_command.copy_len_>>25)), (last_command.dist_prefix_&0x3FF == 0), &last_command.cmd_prefix_)
histogram.go#L196: histogramAddCommand(&insert_and_copy_histograms[insert_and_copy_it.type_], uint(cmd.cmd_prefix_))
histogram.go#L218: if cmd.cmd_prefix_ >= 128 {
metablock.go#L97: if commandCopyLen(cmd) != 0 && cmd.cmd_prefix_ >= 128 {
metablock.go#L117: if commandCopyLen(cmd) != 0 && cmd.cmd_prefix_ >= 128 {
metablock.go#L513: blockSplitterAddSymbolCommand(&cmd_blocks, uint(cmd.cmd_prefix_))
metablock.go#L532: if cmd.cmd_prefix_ >= 128 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |